Documentation fixes.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 24 Apr 2006 18:23:55 +0000 (18:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 24 Apr 2006 18:23:55 +0000 (18:23 +0000)
* gdk/gdkregion-generic.c: Documentation fixes.

* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
a doc comment.

ChangeLog
ChangeLog.pre-2-10
gdk/directfb/gdkmain-directfb.c
gdk/gdkregion-generic.c

index ba729de011dea4e0e2f43623b03241d47a3da613..d2b9a85af7414d9edeb4ac51768edc444ab43c35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/gdkregion-generic.c: Documentation fixes.
+
+       * gdk/directfb/gdkmain-directfb.c: Make the comment not look like
+       a doc comment.
+
        * gtk/gtkprintunixdialog.c: Add docs.
 
        * gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.
index ba729de011dea4e0e2f43623b03241d47a3da613..d2b9a85af7414d9edeb4ac51768edc444ab43c35 100644 (file)
@@ -1,5 +1,10 @@
 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/gdkregion-generic.c: Documentation fixes.
+
+       * gdk/directfb/gdkmain-directfb.c: Make the comment not look like
+       a doc comment.
+
        * gtk/gtkprintunixdialog.c: Add docs.
 
        * gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.
index 688806989b73ca44d309dd07af7b97fa6b8d32c3..52e91772c79ea061020fa137ac663a32f733ada6 100644 (file)
  *            Sven Neumann <sven@convergence.de>
  */
 
-/**
+/*
  Main entry point for 2.6 seems to be open_display so 
  most stuff in main is moved over to gdkdisplay-directfb.c
  I'll move stub functions here that make no sense for directfb
  and true globals
  Michael Emmel
-**/
+*/
 
 #include <config.h>
 #include <string.h> 
index fb4a34f5ec4d1d30cd8923ceabfa097fe6caa174..57c6aa3c751f6414b953781dc7047df0b548afaf 100644 (file)
@@ -1505,7 +1505,7 @@ gdk_region_xor (GdkRegion *source1,
  * gdk_region_empty: 
  * @region: a #GdkRegion
  *
- * Returns %TRUE if the #GdkRegion is empty.
+ * Finds out if the #GdkRegion is empty.
  *
  * Returns: %TRUE if @region is empty.
  */
@@ -1525,7 +1525,7 @@ gdk_region_empty (GdkRegion *region)
  * @region1: a #GdkRegion
  * @region2: a #GdkRegion
  *
- * Returns %TRUE if the two regions are the same.
+ * Finds out if the two regions are the same.
  *
  * Returns: %TRUE if @region1 and @region2 are equal.
  */
@@ -1561,7 +1561,7 @@ gdk_region_equal (GdkRegion *region1,
  * @x: the x coordinate of a point
  * @y: the y coordinate of a point
  *
- * Returns %TRUE if a point is in a region.
+ * Finds out if a point is in a region.
  *
  * Returns: %TRUE if the point is in @region.
  */